翻訳と辞書
Words near each other
・ Comparison of netbook-oriented Linux distributions
・ Comparison of netbooks
・ Comparison of network diagram software
・ Comparison of network monitoring systems
・ Comparison of neurofeedback software
・ Comparison of Nikon DSLR cameras
・ Comparison of Nintendo portable consoles
・ Comparison of NMDC Software
・ Comparison of North American ski resorts
・ Comparison of Norwegian Bokmål and Standard Danish
・ Comparison of notetaking software
・ Comparison of nuclear magnetic resonance software
・ Comparison of numerical analysis software
・ Comparison of Nvidia chipsets
・ Comparison of object database management systems
Comparison of Object Pascal and C
・ Comparison of object-relational database management systems
・ Comparison of object-relational mapping software
・ Comparison of Office Open XML and OpenDocument
・ Comparison of Office Open XML software
・ Comparison of office suites
・ Comparison of OLAP Servers
・ Comparison of on-demand streaming music services
・ Comparison of online backup services
・ Comparison of online brokerages in the United States
・ Comparison of online charity donation services in the United Kingdom
・ Comparison of online dating websites
・ Comparison of online interactive charts
・ Comparison of online music lockers
・ Comparison of online music stores


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Comparison of Object Pascal and C : ウィキペディア英語版
Comparison of Object Pascal and C

The computer programming languages C and Object Pascal have similar times of origin, influences, and purposes. Both were used to design (and compile) their own compilers early in their lifetimes.
Both C and Pascal are old programming languages: The original Pascal definition appeared in 1969 and a first compiler in 1970. The first version of C appeared in 1972. While C didn't change much in time, Pascal has evolved a lot and nowadays the vast majority of Pascal programming is done in modern Object Pascal, not in the old procedural Pascal. The old procedural Pascal today is essentially limited to microcontroller programming with tools such as mikroPascal, while Object Pascal is the main dialect and is used with tools such as Delphi, Lazarus (IDE) and Free Pascal.
What is documented here is the modern Object Pascal used in Free Pascal and Delphi. The C documented is C99, as standardized in 1999.
== Syntax ==
Syntactically, Object Pascal is much more Algol-like than C. English keywords are retained where C uses punctuation symbols — Pascal has and, or, and mod where C uses &&, ||, and % for example. However, C is actually more Algol-like than Pascal regarding (simple) declarations, retaining the ''type-name'' ''variable-name'' syntax. For example, C can accept declarations at the start of any block, not just the outer block of a function.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Comparison of Object Pascal and C」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.